home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / gpfsrc09.zoo / test1.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-27  |  71 b   |  8 lines

  1. int main()
  2. {
  3.     long i;
  4.  
  5.     for(i = 0x007fffffL; i > 0; i--);
  6.     return 0;
  7. }
  8.